-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
ConstraintString leaked through introspection. Is it by design?
This makes GraphiQL unhappy.
Error: Invalid or incomplete schema, unknown type: ConstraintString. Ensure that a full introspection query is used in order to build a client schema.
ConstraintString can be revealed by the following query:
query Introspection {
__schema {
types {
name
inputFields {
type {
name
}
}
}
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working